home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT2.SPK / test / test_b / tests2_2 / c / bstring < prev    next >
Text File  |  1996-08-28  |  119b  |  5 lines

  1. char *s1 = { "hullo" } ;
  2. char *s2 = "hullo";
  3. char *s3 = { 'h', 'u', 'l', 'l', 'o' };
  4. char *s4 = { "hullo", "g'bye" } ;
  5.